home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch03 / W03a005.cc2 < prev    next >
Text File  |  1997-04-24  |  1KB  |  20 lines

  1. 0, In this chapter, you will learn how to create Web 
  2. 3, pages that access a database by using the Visual 
  3. 7, InterDev Data Form Wizard and design-time controls. 
  4. 13, When you use the wizard and design-time controls, 
  5. 16, you do not need to know how to write server-side 
  6. 18, script to perform database functions. The wizard 
  7. 22, and the controls generate the script for you. In 
  8. 25, Chapter 7: Creating Database-Aware Web Pages, 
  9. 29, you will learn how to write the script and create 
  10. 31, more advanced Web pages. The chapter begins with 
  11. 34, an overview of database technologies that enable 
  12. 37, access to a database from a Web page. Next, you'll 
  13. 41, learn how to use Visual InterDev DataView and Query 
  14. 45, Designer to view and modify a database while you 
  15. 48, develop a Web application. Finally, you'll learn 
  16. 52, how to run the Data Form Wizard and use the data 
  17. 54, range design-time controls to create Active Server 
  18. 58, Pages that enable a user to view and modify a 
  19. 61, database at run time.
  20. 65, END